mirror of
https://github.com/rust-unofficial/patterns
synced 2024-11-04 18:00:27 +00:00
Clarify that a topic is currently stubbed
This commit is contained in:
parent
9327f46478
commit
a18cbf48a6
@ -34,8 +34,8 @@ language.
|
||||
* TODO iterators (to safely avoid bounds checks)
|
||||
* TODO closures and lifetimes (coupling to lifetime)
|
||||
* TODO platform-specific sub-modules (https://github.com/rust-lang/rfcs/blob/master/text/0517-io-os-reform.md#platform-specific-opt-in)
|
||||
* [Entry API](patterns/entry.md) (Currently just a boilerplate)
|
||||
* TODO Module organisation (by looking at examples such as Rusts `libstd`, and how it integrated into the Rusts source code, lessons can be learned about ergonomic project management and API design. Closely assosciated with platform-specific sub-modules)
|
||||
* [Entry API](patterns/entry.md) (TODO Currently just a boilerplate)
|
||||
* [Visitor](patterns/visitor.md)
|
||||
* [Fold](patterns/fold.md)
|
||||
* [Prefer small crates](patterns/small-crates.md)
|
||||
|
Loading…
Reference in New Issue
Block a user