feat(tvix/eval): add module for attribute set implementations
Change-Id: I6002bd5e5596b93325dea6c862370ba5235c0f08 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6086 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
d26c097d1b
commit
ba03226e51
2 changed files with 37 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ use std::fmt::Display;
|
|||
|
||||
use crate::errors::{Error, EvalResult};
|
||||
|
||||
mod attrs;
|
||||
mod string;
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue