mirror of
https://github.com/chylex/Brotli-Builder.git
synced 2024-11-24 22:42:50 +01:00
8 lines
115 B
C#
8 lines
115 B
C#
namespace BrotliLib.Markers{
|
|
public enum MarkerLevel{
|
|
None,
|
|
Simple,
|
|
Verbose
|
|
}
|
|
}
|