Skip to content

A Rust library that implements a basic wiki functionality

License

Notifications You must be signed in to change notification settings

noogen-projects/ng-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-wiki

Description

Development notes

To check the project, use the following command:

cargo check --all-features --all-targets

To run all tests, use the following command:

cargo test --all-features --all-targets

To check and perform formatting, use the following commands:

cargo +nightly fmt -- --check
cargo +nightly fmt

About

A Rust library that implements a basic wiki functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published