Skip to content

Commit

Permalink
feat: rename project to Mabo
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Jan 2, 2024
1 parent 22e20fe commit 1085e24
Show file tree
Hide file tree
Showing 458 changed files with 3,719 additions and 3,450 deletions.
364 changes: 306 additions & 58 deletions CHANGELOG.md

Large diffs are not rendered by default.

294 changes: 147 additions & 147 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = ["Dominik Nakamura <dnaka91@gmail.com"]
edition = "2021"
rust-version = "1.71"
readme = "README.md"
homepage = "https://github.com/dnaka91/stef"
repository = "https://github.com/dnaka91/stef"
homepage = "https://github.com/dnaka91/mabo"
repository = "https://github.com/dnaka91/mabo"
license = "MIT"

[workspace.lints.rust]
Expand Down
8 changes: 4 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:

# Run the benchmarks
bench:
cargo bench -p stef-benches
cargo bench -p mabo-benches

# Run clippy over all crates, testing every feature combination
check:
Expand All @@ -36,18 +36,18 @@ snapshots:
linkcheck:
cd book && just build
lychee --cache --max-cache-age 7d \
--exclude https://github\.com/dnaka91/stef \
--exclude https://github\.com/dnaka91/mabo \
'book/src/**/*.md' \
'book/book/**/*.html' \
'crates/**/*.rs'

# Install the LSP server into the local system
install-lsp:
cargo install --path crates/stef-lsp --offline --debug
cargo install --path crates/mabo-lsp --offline --debug

# Install the VSCode extension into VSCodium
install-vscodium: install-lsp
bun install
cd vscode-extension && \
bun run package && \
codium --install-extension stef-*.vsix
codium --install-extension mabo-*.vsix
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Strongly Typed Encoding Format
# 🍲 Mabo

Data format and schema, with a type system as strong as Rust's.

Expand Down
3 changes: 3 additions & 0 deletions book/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[*.{md,svg}]
indent_size = 2

[*.kt]
ktlint_standard_filename = disabled
Loading

0 comments on commit 1085e24

Please sign in to comment.