Skip to content

Commit

Permalink
doc: Prepare v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoss committed Oct 5, 2024
1 parent 3463d2b commit 2aee14c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Auto implementation of trivial delegation to inner types.

## Status

v0.0.1, alpha

Development phase. The author is trying to use it.

## TODO

- [ ] Documentation

## License

This repository is distributed under the terms of both the MIT license and the
Expand Down
12 changes: 12 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//! Auto implementation of trivial delegation to inner types.
//!
//! ## Status
//!
//! v0.0.1, alpha
//!
//! Development phase. The author is trying to use it.
//!
//! ## TODO
//!
//! - [ ] Documentation
mod attr_remover;
mod decl_macro;
mod derive_delegate_args;
Expand Down

0 comments on commit 2aee14c

Please sign in to comment.