https://github.com/fl03/gims
Generalized inventory management system
https://github.com/fl03/gims
Last synced: about 2 months ago
JSON representation
Generalized inventory management system
- Host: GitHub
- URL: https://github.com/fl03/gims
- Owner: FL03
- License: apache-2.0
- Created: 2024-08-12T05:21:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T20:35:20.000Z (6 months ago)
- Last Synced: 2024-12-05T21:28:04.025Z (6 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# gims
[](https://crates.io/crates/gims)
[](https://docs.rs/gims)[](https://github.com/FL03/gims/actions/workflows/clippy.yml)
[](https://github.com/FL03/gims/actions/workflows/rust.yml)***
### _The library is currently in the early stages of development and is not yet ready for production use._
A generalized inventory management system
## Features
## Getting Started
### Building from the source
Start by cloning the repository
```bash
git clone https://github.com/FL03/gims.git
cd gims
``````bash
cargo build --features full -r --workspace
```## Usage
### Example
```rust
extern crate gims;fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt::init();
tracing::info!("Starting linear model example");Ok(())
}
```## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
* [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)
* [MIT](https://choosealicense.com/licenses/mit/)