use-drupal
Drupal metadata primitives for RustUse.
Experimental
use-drupal is experimental while use-php remains below 0.3.0.
Example
use ;
let module = new?;
let route = new?;
let permission = new?;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
Scope
- Module names, theme names, route names, entity type IDs, config object names, permission strings, and extension kind labels.
Non-goals
- Drupal API clients, service containers, routing, plugins, config storage, or runtime integration.
License
Licensed under either Apache-2.0 or MIT.