You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move src/cli/symbols.rs to src/binary, add a Symbols struct to the public API (currently CLI-only functionality, should likely be a field with a getter on Binary)
For CLI --symbols flag: used tabled to display if cfg!(feature = "cli-bin")
Building on the great work done in #11:
Move
src/cli/symbols.rs
tosrc/binary
, add aSymbols
struct to the public API (currently CLI-only functionality, should likely be a field with a getter onBinary
)For CLI
--symbols
flag: usedtabled
to display ifcfg!(feature = "cli-bin")
src/fess.rs
for exampletabled
usageThe text was updated successfully, but these errors were encountered: