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